As a user I want to be able to calculate the tan of an angle in degrees so that I don't have to perform the calculation manually.


UAT

  • [0] <tan> -> [0]
  • [45] <tan> -> [1]
  • [90] <tan> -> error/[]
  • [180] <tan> -> [0]
  • [270] <tan> -> error/[]

<--Back